projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0379457
)
Also apply previous change to file locals at the end of the file
author
Glenn Morris
<rgm@gnu.org>
Mon, 7 May 2012 21:45:34 +0000
(17:45 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Mon, 7 May 2012 21:45:34 +0000
(17:45 -0400)
lisp/international/mule.el
patch
|
blob
|
history
diff --git
a/lisp/international/mule.el
b/lisp/international/mule.el
index 3257b069787f44ab8cb1836d44a3cf6d727041f4..4d567a6e9d8d4ee86ca741b4c5edfff8eb8ba72d 100644
(file)
--- a/
lisp/international/mule.el
+++ b/
lisp/international/mule.el
@@
-1890,6
+1890,8
@@
use \"coding: 'raw-text\" instead." :warning)
(goto-char pos)
(when (and set-auto-coding-for-load
(re-search-forward re-unibyte tail-end t))
+ (display-warning 'mule "`unibyte: t' is obsolete; \
+use \"coding: 'raw-text\" instead." :warning)
(setq coding-system 'raw-text))
(when (and (not coding-system)
(re-search-forward re-coding tail-end t))